Dimensy API (0.1)

Download OpenAPI specification:Download

Dimensy is a Digital Document Authorization Platform that can be accessed from our website. or through API.

Sandbox

Send document in sandbox dimensy

Send Document

Sending document to sand

Request Body schema:

API Key from dashboard

id
integer <int64>
object (Category)
name
required
string
photoUrls
required
Array of strings
Array of objects (Tag)
status
string
Enum: "available" "pending" "sold"

pet status in the store

Responses

Request samples

Content type
{
  • "id": 0,
  • "category": {
    },
  • "name": "doggie",
  • "photoUrls": [
    ],
  • "tags": [
    ],
  • "status": "available"
}

Response samples

Content type
application/json
{
  • "code": 0,
  • "data": {
    }
}

Information

Check Information

Returns the token of a certain user

Returns the token of a certain user

Responses

checking quota

Returns the quota of one company

path Parameters
companyId
required
integer <int64>

Company ID

Request Body schema: multipart/form-data
additionalMetadata
string

Additional data to pass to server

Responses

Response samples

Content type
application/json
{
  • "code": 0,
  • "data": {
    }
}

User

Operations about user

Returns all users from the system that the user ha

Returns all users from the system that the user has access to

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Returns a user from the requested name that the us

Returns a user from the requested name that the user has access to

Responses

uploads an image

Authorizations:
None
path Parameters
petId
required
integer <int64>

ID of pet to update

Request Body schema: multipart/form-data
additionalMetadata
string

Additional data to pass to server

file
string <binary>

file to upload

Responses

Response samples

Content type
application/json
{
  • "code": 0,
  • "type": "string",
  • "message": "string"
}